[index]

BottomRight Property

Syntax

set the bottomRight of <object> to <x,y>
Applies to all objects, backgrounds, card windows, message box, toolbar

Description

The bottomRight property determines the position of an object (measured at the bottom right corner) from the top left corner of the card window. The object's bottomRight position is measured in pixels and is expressed as an x, y screen coordinate where x and y are positive integers representing pixels. For the card window, the bottomRight property determines the position of the window from the top left corner of the Oracle Media Objects window. You can use the bottomRight property to determine or change items 3 and 4 in the rectangle property (top, left, right, bottom) of a specific object.

Notes

Examples

Create a button and name it "test". Type the following statements in the Message Box and press Enter after each: get the bottomRight of button "test" put it into temp temp+5, item 2 of temp+5
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.